@charset "UTF-8";
.swiper-wrapper-container {
  cursor: pointer;
}
.swiper-wrapper-container .swiper-height {
  position: relative;
  height: var(--slideHeight);
}
.swiper-wrapper-container .swiper-text {
  position: absolute;
  bottom: var(--slideCharactersBottom);
  width: 65%;
}
.swiper-wrapper-container .swiper-text.video {
  bottom: calc(var(--slideCharactersBottom) + var(--slidedeEnlarge));
}
.swiper-wrapper-container .comp_swiper_img img,
.swiper-wrapper-container .video-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-wrapper-container .comp_swiper_video {
  position: relative;
  width: 100%;
  height: calc(var(--slideHeight) + var(--slidedeEnlarge));
}
.swiper-wrapper-container .comp_swiper_video .video-slide {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-wrapper-container.about .swiper-text {
  width: fit-content;
}
.swiper-wrapper-container.about .swiper-text .swiper-text-container {
  width: 744px;
}
.swiper-wrapper-container.about .home-pagination {
  margin-left: calc(var(--slideLeftWidth) + var(--slideInterval));
}
.swiper-wrapper-container .swiper-leftAndRightLayout {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.swiper-wrapper-container .swiper-leftAndRightLayout .swipervertical-container {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: var(--slideLeftBottom);
  min-width: var(--slideLeftWidth);
  max-width: var(--slideLeftWidth);
  border-right: 2px solid #fff;
  z-index: 2;
}
.swiper-wrapper-container .swiper-leftAndRightLayout .swipervertical-container .swipervertical-titles {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  height: var(--slidedeLeftHeight);
}
.swiper-wrapper-container .swiper-leftAndRightLayout .swipervertical-container .swipervertical-titles .active-title-line {
  position: absolute;
  right: 0;
  left: 0;
  transition: all 0.4s cubic-bezier(0, 0, 0, 1);
}
.swiper-wrapper-container .swiper-leftAndRightLayout .swipervertical-container .swipervertical-titles .active-title-line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(89deg, hsla(0, 0%, 100%, 0), rgba(59, 130, 246, 0.2));
  transition: background-image 0.3s cubic-bezier(1, 0.05, 0.58, 1);
}
.swiper-wrapper-container .swiper-leftAndRightLayout .swipervertical-container .swipervertical-titles .active-title-line:after {
  content: "";
  position: absolute;
  right: -2;
  top: 0;
  z-index: 2;
  width: 6px;
  height: 100%;
  background-color: var(--Original);
  transition: all 0.3s ease-in-out;
}
.swiper-wrapper-container .swiper-leftAndRightLayout .swipervertical-container .swipervertical-titles .swipervertical-title {
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
  text-align: right;
  position: relative;
  cursor: pointer;
  color: #181818;
  margin-right: -2px;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.swiper-wrapper-container .swiper-leftAndRightLayout .swipervertical-container .swipervertical-titles .swipervertical-title.active {
  color: var(--Original);
  font-weight: 700;
}
.swiper-wrapper-container .swiper-leftAndRightLayout .swipervertical-container.white .swipervertical-title,
.swiper-wrapper-container .swiper-leftAndRightLayout .swipervertical-container.white .swipervertical-title.active {
  color: #fff;
}
.swiper-wrapper-container .swiper-leftAndRightLayout .swipervertical-textcontainer {
  position: absolute;
  margin-left: calc(var(--slideLeftWidth) + var(--slideInterval));
  bottom: var(--slideCharactersBottom);
  z-index: 2;
  flex-grow: 1;
  width: 100%;
}
.swiper-wrapper-container .swiper-leftAndRightLayout .swipervertical-textcontainer .swiper-text {
  display: none;
  position: initial;
  bottom: initial;
}
.swiper-wrapper-container .swiper-leftAndRightLayout .swipervertical-textcontainer .swiper-text.active {
  display: block;
}
.swiper-wrapper-container .swiper-leftAndRightLayout .fancy-button:before {
  position: relative;
  height: 0;
}
.swiper-wrapper-container .swiper-text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.swiper-wrapper-container .swiper-text-container .Label-container {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
.swiper-wrapper-container .swiper-text-container .Label-container .Content {
  margin-right: 8px;
  font-size: 16px;
  color: #222;
  line-height: 26px;
  font-weight: 400;
}
.swiper-wrapper-container .swiper-text-container .Label-container .Label {
  padding: 0 8px;
  background: #f33e3e;
  border-radius: 2px;
  font-size: 12px;
  color: #fff;
  line-height: 24px;
  font-weight: 900;
}
.swiper-wrapper-container .swiper-text-container .Title-container .Title {
  font-size: 40px;
  padding: 10px 0 5px;
  color: var(--txtcl);
  font-weight: bold;
}
.swiper-wrapper-container .swiper-text-container .Title-container .Describe {
  font-size: 16px;
  color: var(--txtcl);
  font-weight: 400;
  padding: 10px 0;
}
.swiper-wrapper-container .swiper-text-container .Button-container {
  margin-top: 24px;
}
.swiper-wrapper-container .swiper-text.white .swiper-text-container .Content,
.swiper-wrapper-container .swiper-text.white .swiper-text-container .Title,
.swiper-wrapper-container .swiper-text.white .swiper-text-container .Describe {
  color: #fff;
}
.swiper-wrapper-container .swiper-text.white .swiper-text-container .fancy-button {
  color: var(--txtcl);
}
.swiper-wrapper-container .swiper-text.white .swiper-text-container .fancy-button span {
  background: #fff;
}
.swiper-wrapper-container .home-pagination {
  position: absolute;
  bottom: var(--slideProgressBottom);
  left: inherit;
  width: 100%;
  z-index: 10;
}
.swiper-wrapper-container .home-pagination .pagination-bullet {
  display: inline-block;
  margin: 0 5px;
  box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
  background-color: rgba(128, 128, 128, 0.5);
  opacity: 0.85;
  width: var(--slideProgresswidth, 46px);
  height: var(--slideProgressheight, 6px);
  cursor: pointer;
}
.swiper-wrapper-container .home-pagination .pagination-bullet-active {
  background-color: rgba(255, 253, 253, 0.5);
  opacity: 1;
}
.swiper-wrapper-container .home-pagination .pagination-bullet-active {
  position: relative;
  background-color: transparent;
}
.swiper-wrapper-container .home-pagination .pagination-bullet-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background-color: var(--Original, #0056ff); /* 进度条颜色 */
  animation: bulletProgress var(--slidePagination) linear;
}
.swiper-wrapper-container .home-button-prev {
  left: 10px;
}
.swiper-wrapper-container .home-button-next {
  right: 10px;
  transform: rotate(180deg);
}
.swiper-wrapper-container .home-button-prev,
.swiper-wrapper-container .home-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url(../picture/switch.png) no-repeat 50%/49px 49px;
}
.swiper-wrapper-container .home-button-prev:hover,
.swiper-wrapper-container .home-button-next:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.bannerbelow-layoutcontainer.bannerbelow-position {
  margin-top: var(--slide_belowBottom);
  z-index: 11;
  position: relative;
  margin-bottom: var(--slide_belowBottom_fit);
}
.bannerbelow-layoutcontainer .bannerbelow-row .bannerbelow-list {
  max-width: 100%;
  backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, 0.6509803922);
  border-radius: var(--slide_belowradius);
  box-sizing: border-box;
  cursor: pointer;
  padding: var(--slide_belowtop) var(--slide_belowleft);
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.bannerbelow-layoutcontainer .bannerbelow-row .bannerbelow-list .bannerbelow-icon-container {
  flex: 0 0 auto;
  margin-right: 10px;
}
.bannerbelow-layoutcontainer .bannerbelow-row .bannerbelow-list .bannerbelow-icon-container .bannerbelow-item-icon {
  display: block;
  background-position: 0 0;
  background-size: cover;
  width: 60px;
  height: 60px;
}
.bannerbelow-layoutcontainer .bannerbelow-row .bannerbelow-list .bannerbelow-content-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.bannerbelow-layoutcontainer .bannerbelow-row .bannerbelow-list .bannerbelow-content-container .bannerbelow-title {
  font-size: 16px;
  color: var(--txtcl);
  font-weight: 400;
  line-height: 26px;
}
.bannerbelow-layoutcontainer .bannerbelow-row .bannerbelow-list .bannerbelow-content-container .bannerbelow-description {
  font-size: 14px;
  color: var(--txtdesc);
  font-weight: 400;
  line-height: 20px;
  margin-top: 5px;
}
.bannerbelow-layoutcontainer .bannerbelow-row .bannerbelow-list .bannerbelow-description,
.bannerbelow-layoutcontainer .bannerbelow-row .bannerbelow-list .bannerbelow-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.bannerbelow-layoutcontainer .bannerbelow-row .bannerbelow-list:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.bannerbelow-layoutcontainer .bannerbelow-row .bannerbelow-list:hover .bannerbelow-item-icon {
  animation: animation_icon 1s steps(30) forwards;
}
.bannerbelow-layoutcontainer .bannerbelow-row .bannerbelow-list:hover .bannerbelow-title {
  color: var(--Original);
}
.bannerbelow-layoutcontainer .bannerbelow-row.white .bannerbelow-title,
.bannerbelow-layoutcontainer .bannerbelow-row.white .bannerbelow-description {
  color: #fff !important;
}
.bannerbelow-layoutcontainer.a .bannerbelow-row {
  display: grid;
  grid-template-columns: repeat(var(--slide_belowCount), 1fr);
  grid-gap: var(--slide_belowGap);
}
.bannerbelow-layoutcontainer.a.transparent .bannerbelow-list {
  background: transparent;
  backdrop-filter: blur(0px);
}
.bannerbelow-layoutcontainer.a.custom .bannerbelow-list {
  background: var(--slide_belowBolor);
}
.bannerbelow-layoutcontainer.a .openshadow .bannerbelow-list {
  box-shadow: rgba(17, 12, 46, 0.05) 0px 48px 100px 0px;
}
.bannerbelow-layoutcontainer.b {
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.6);
}
.bannerbelow-layoutcontainer.b.transparent {
  background: transparent;
  backdrop-filter: none;
}
.bannerbelow-layoutcontainer.b.transparent .bannerbelow-row .bannerbelow-list:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.bannerbelow-layoutcontainer.b.custom {
  background-color: var(--slide_belowBolor, #fff);
}
.bannerbelow-layoutcontainer.b.custom .bannerbelow-row .bannerbelow-list:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.bannerbelow-layoutcontainer.b .openshadow {
  box-shadow: rgba(17, 12, 46, 0.05) 0px 48px 100px 0px;
}
.bannerbelow-layoutcontainer.b .bannerbelow-row {
  display: grid;
  grid-template-columns: repeat(var(--slide_belowCount), 1fr);
  grid-gap: 0;
}
.bannerbelow-layoutcontainer.b .bannerbelow-row .bannerbelow-list {
  backdrop-filter: none;
  background: transparent;
}
.bannerbelow-layoutcontainer.b .bannerbelow-row .bannerbelow-list:hover {
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.6);
}
.bannerbelow-layoutcontainer.b .bannerbelow-row .bannerbelow-list:hover .bannerbelow-item-icon {
  animation: animation_icon 1s steps(30) forwards;
}
.bannerbelow-layoutcontainer.b .bannerbelow-row .bannerbelow-list:hover .bannerbelow-title {
  color: var(--Original);
}
.bannerbelow-layoutcontainer.c .bannerbelow-row {
  display: grid;
  grid-template-columns: repeat(var(--slide_belowCount), 1fr);
  grid-gap: var(--slide_belowGap);
}

.systemproduct-layoutcontainer {
  padding: 40px 0 0;
}
.systemproduct-layoutcontainer .systemproduct-categories {
  display: grid;
  grid-template-columns: repeat(var(--compprofirstwidth), 1fr);
  grid-gap: 10px;
  align-items: stretch;
}
.systemproduct-layoutcontainer .systemproduct-categories .systemproduct-category {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding: 5px 0px 22px;
}
.systemproduct-layoutcontainer .systemproduct-categories .systemproduct-category.active::after {
  width: 100%;
}
.systemproduct-layoutcontainer .systemproduct-categories .systemproduct-category.active .systemproduct-category-name {
  color: var(--Original);
}
.systemproduct-layoutcontainer .systemproduct-categories .systemproduct-category::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 2px solid var(--Original);
  width: 0;
  transition: width 0.5s ease-out;
}
.systemproduct-layoutcontainer .systemproduct-categories .systemproduct-category .systemproduct-category-img {
  background-position: 0 0;
  background-size: cover;
  height: 70px;
  margin: 0 auto;
  width: 70px;
}
.systemproduct-layoutcontainer .systemproduct-categories .systemproduct-category .systemproduct-category-name {
  font-size: 14px;
  color: var(--txtcl);
  line-height: 26px;
}
.systemproduct-layoutcontainer .systemproduct-categories.noIcon .systemproduct-category {
  padding-bottom: 28px;
}
.systemproduct-layoutcontainer .systemproduct-categories.noIcon .systemproduct-category-name {
  font-size: 16px;
  font-weight: 500;
}
.systemproduct-layoutcontainer .class-systemproducts {
  border-top: 1px solid #ececec;
  padding: 30px 0 52px;
  position: relative;
  cursor: pointer;
}
.systemproduct-layoutcontainer .systemproducts-subclass {
  overflow: hidden;
  height: fit-content;
}
.systemproduct-layoutcontainer .systemproducts-subclass .systemproduct-container {
  display: flex;
  width: 100%;
  flex-direction: row;
  will-change: margin-left;
  transition: margin-left 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.systemproduct-layoutcontainer .systemproducts-subclass .systemproduct-container .systemproducts {
  width: 100%;
  height: 0;
  opacity: 0;
  padding: 0 !important;
  pointer-events: none;
  flex-shrink: 0;
  transition: opacity 0.45s;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.systemproduct-layoutcontainer .systemproducts-subclass .systemproduct-container .systemproducts.active {
  width: 100%;
  opacity: 1;
  flex-shrink: 0;
  height: auto;
  transition: opacity 0.45s;
  pointer-events: auto;
}
.systemproduct-layoutcontainer .systemproducts-subclass .systemproduct-container .systemproduct-left-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: var(--compprodmaxwidth);
  min-width: var(--compprodmaxwidth);
  min-height: var(--compprodmaxheight);
  margin-right: 12px;
}
.systemproduct-layoutcontainer .systemproducts-subclass .systemproduct-container .systemproduct-left-container .systemproduct-left-top {
  height: 100%;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 20px 24px;
  gap: 8px;
  background-size: 100% 100%;
}
.systemproduct-layoutcontainer .systemproducts-subclass .systemproduct-container .systemproduct-left-container .systemproduct-left-top .systemproduct-left-title {
  height: 24px;
  font-weight: 900;
  font-size: 20px;
  color: #181818;
  line-height: 24px;
}
.systemproduct-layoutcontainer .systemproducts-subclass .systemproduct-container .systemproduct-left-container .systemproduct-left-top .systemproduct-left-desc {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #6e6e6e;
  line-height: 22px;
}
.systemproduct-layoutcontainer .systemproducts-subclass .systemproduct-container .systemproduct-left-container .systemproduct-left-top .systemproduct-left-button {
  height: 36px;
  padding: 0 24px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 34px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  outline: 0 none;
  cursor: pointer;
  border-radius: 4px;
  background: var(--gradient1);
}
.systemproduct-layoutcontainer .systemproducts-subclass .systemproduct-container .systemproduct-left-container .systemproduct-left-top .systemproduct-left-button a {
  color: #fff;
}
.systemproduct-layoutcontainer .systemproducts-subclass .systemproduct-container .systemproduct-left-container .systemproduct-left-top .systemproduct-left-button:hover {
  background: var(--gradient2);
}
.systemproduct-layoutcontainer .systemproducts-subclass .systemproduct-container .systemproduct-left-container .systemproduct-right-bottom {
  height: 100%;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: var(--radius);
  max-height: 173px;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  gap: 3px;
}
.systemproduct-layoutcontainer .systemproducts-subclass .systemproduct-container .systemproduct-left-container .systemproduct-right-bottom .systemproduct-right-bottom-title {
  font-size: 18px;
  font-weight: 400;
  color: #181818;
  line-height: 25px;
}
.systemproduct-layoutcontainer .systemproducts-subclass .systemproduct-container .systemproduct-left-container .systemproduct-right-bottom .systemproduct-right-bottom-desc {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #6e6e6e;
  line-height: 22px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.systemproduct-layoutcontainer .systemproducts-subclass .systemproduct-container .systemproduct-left-container .systemproduct-right-bottom .systemproduct-right-bottom-button {
  margin-top: 10px;
}
.systemproduct-layoutcontainer .systemproducts-subclass .systemproduct-container .systemproduct-left-container .systemproduct-right-bottom .systemproduct-right-bottom-button .systemproduct-right-gradient {
  height: 36px;
  padding: 0 24px;
  font-size: 14px;
  line-height: 34px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  outline: 0 none;
  cursor: pointer;
  border-radius: 4px;
  background: var(--gradient3);
  color: #fff;
  display: block;
  cursor: pointer;
}
.systemproduct-layoutcontainer .systemproducts-subclass .systemproduct-container .systemproduct-left-container .systemproduct-right-bottom .systemproduct-right-bottom-button .systemproduct-right-gradient:hover {
  background: var(--gradient1);
}
.systemproduct-layoutcontainer .systemproducts-subclass .systemproduct-container .systemproduct-left-container .systemproduct-left-advertisement {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.systemproduct-layoutcontainer .systemproducts-subclass .systemproduct-container .systemproduct-left-container .systemproduct-left-advertisement .advertisement-content {
  width: 100%;
}
.systemproduct-layoutcontainer .systemproducts-subclass .systemproduct-container .systemproduct-left-container .systemproduct-left-advertisement .advertisement-content .advertisement-position {
  background-image: url("../picture/remoteL17023512942611.jpg");
  background-color: #f3f5f8;
  background-size: cover;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  border: 2px solid #fff;
  box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, 0.1), -8px -8px 20px 0 #fff;
  border-radius: var(--radius);
  padding: 24px;
  height: 162px;
  position: relative;
  margin-bottom: 12px;
}
.systemproduct-layoutcontainer .systemproducts-subclass .systemproduct-container .systemproduct-left-container .systemproduct-left-advertisement .advertisement-content .advertisement-position:hover .advertisement-title {
  color: var(--Original);
}
.systemproduct-layoutcontainer .systemproducts-subclass .systemproduct-container .systemproduct-left-container .systemproduct-left-advertisement .advertisement-content .advertisement-title {
  font-size: 18px;
  color: var(--txtcl);
  font-weight: 600;
}
.systemproduct-layoutcontainer .systemproducts-subclass .systemproduct-container .systemproduct-left-container .systemproduct-left-advertisement .advertisement-content .advertisement-desc {
  font-size: 14px;
  font-weight: 400;
  color: #5b5b5b;
  margin: 12px 0;
  text-align: left;
}
.systemproduct-layoutcontainer .systemproducts-subclass .systemproduct-container .systemproduct-left-container .systemproduct-left-advertisement .advertisement-content .advertisement-button {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
  grid-gap: 10px;
}
.systemproduct-layoutcontainer .systemproducts-subclass .systemproduct-container .systemproduct-left-container .systemproduct-left-advertisement .advertisement-content .button-gradient {
  height: 36px;
  padding: 0 24px;
  font-size: 14px;
  line-height: 34px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  outline: 0 none;
  cursor: pointer;
  border-radius: 4px;
}
.systemproduct-layoutcontainer .systemproducts-subclass .systemproduct-container .systemproduct-left-container .systemproduct-left-advertisement .advertisement-content .button-gradient:first-child {
  background: var(--gradient3);
  color: #fff;
}
.systemproduct-layoutcontainer .systemproducts-subclass .systemproduct-container .systemproduct-left-container .systemproduct-left-advertisement .advertisement-content .button-gradient:first-child:hover {
  transform: scale(1.05);
  animation: animation_button 0.5s ease-in-out infinite alternate;
  background: var(--gradient1);
}
.systemproduct-layoutcontainer .systemproducts-subclass .systemproduct-container .systemproduct-left-container .systemproduct-left-advertisement .advertisement-content .button-gradient:nth-child(2) {
  background: #fff;
  color: var(--txtcl);
}
.systemproduct-layoutcontainer .systemproducts-subclass .systemproduct-container .systemproduct-left-container .systemproduct-left-advertisement .advertisement-content .button-gradient:nth-child(2):hover {
  transform: scale(1.05);
  animation: animation_button 0.5s ease-in-out infinite alternate;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.systemproduct-layoutcontainer .systemproducts-subclass .systemproduct-container .systemproduct-right-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.systemproduct-layoutcontainer .systemproducts-subclass .systemproduct-container .systemproduct-right-container .systemproduct-right-product {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(var(--compprosecondwidth), 1fr));
  grid-gap: 12px;
  align-items: stretch;
  height: fit-content;
}
.systemproduct-layoutcontainer .systemproducts-subclass .systemproduct-container .systemproduct-right-container .systemproduct-item {
  background-image: var(--compprodbackground);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 14px 20px 22px;
  box-sizing: border-box;
  min-height: 147px;
  background-color: #fff;
  width: 100%;
  border-radius: var(--radius);
  position: relative;
}
.systemproduct-layoutcontainer .systemproducts-subclass .systemproduct-container .systemproduct-right-container .systemproduct-item:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.systemproduct-layoutcontainer .systemproducts-subclass .systemproduct-container .systemproduct-right-container .systemproduct-item .systemproduct-tagline {
  height: 57px;
  position: absolute;
  right: -3px;
  top: -3px;
  width: 57px;
}
.systemproduct-layoutcontainer .systemproducts-subclass .systemproduct-container .systemproduct-right-container .systemproduct-item .systemproduct-tagline img {
  height: 57px;
  width: 57px;
}
.systemproduct-layoutcontainer .systemproducts-subclass .systemproduct-container .systemproduct-right-container .systemproduct-item .systemproduct-tagline span {
  color: #fff;
  font-size: 12px;
  position: absolute;
  right: 8px;
  top: 16.5px;
  transform: rotate(45deg);
  font-weight: bold;
}
.systemproduct-layoutcontainer .systemproducts-subclass .systemproduct-container .systemproduct-right-container .systemproduct-item .systemproduct-titleinfo {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
}
.systemproduct-layoutcontainer .systemproducts-subclass .systemproduct-container .systemproduct-right-container .systemproduct-item .systemproduct-titleinfo .systemproduct-country img {
  width: 34px;
  height: 23px;
  margin-right: 4px;
  border-radius: 2px;
}
.systemproduct-layoutcontainer .systemproducts-subclass .systemproduct-container .systemproduct-right-container .systemproduct-item .systemproduct-titleinfo .systemproduct-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
}
.systemproduct-layoutcontainer .systemproducts-subclass .systemproduct-container .systemproduct-right-container .systemproduct-item .systemproduct-titleinfo .systemproduct-info .systemproduct-name {
  font-size: 16px;
  color: var(--txtcl);
  font-weight: 400;
  line-height: 26px;
}
.systemproduct-layoutcontainer .systemproducts-subclass .systemproduct-container .systemproduct-right-container .systemproduct-item .systemproduct-titleinfo .systemproduct-info .systemproduct-label {
  background-color: #ffeceb;
  border-radius: var(--radius);
  color: #f04134;
  display: inline-block;
  font-size: 12px;
  margin-left: 14px;
  padding: 0 5px;
}
.systemproduct-layoutcontainer .systemproducts-subclass .systemproduct-container .systemproduct-right-container .systemproduct-item .systemproduct-desc {
  font-size: 14px;
  color: var(--txtdesc);
  font-weight: 400;
  line-height: 26px;
  min-height: 52px;
  margin: 8px 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.systemproduct-layoutcontainer .systemproducts-subclass .systemproduct-container .systemproduct-right-container .systemproduct-item .systemproduct-tag {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-top: 14px;
}
.systemproduct-layoutcontainer .systemproducts-subclass .systemproduct-container .systemproduct-right-container .systemproduct-item .systemproduct-tag span {
  margin-right: 8px;
  border: 1px solid rgb(212, 217, 226);
  padding: 0px 8px;
  line-height: 24px;
  color: rgb(158, 165, 178);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}
.systemproduct-layoutcontainer .systemproducts-subclass .systemproduct-container .systemproduct-right-container .systemproduct-item .systemproduct-button {
  position: absolute;
  right: 10px;
  bottom: 18px;
}
.systemproduct-layoutcontainer .systemproducts-subclass .systemproduct-container .systemproduct-right-container .systemproduct-item .systemproduct-button .button-gradient {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  background: #ffffff;
  color: var(--Original);
  border: 1px solid var(--Original);
  padding: 5px 16px;
  border-radius: var(--radius);
}
.systemproduct-layoutcontainer .systemproducts-subclass .systemproduct-container .systemproduct-right-container .systemproduct-item .systemproduct-custom {
  margin: 10px 0;
}
.systemproduct-layoutcontainer .systemproducts-subclass .systemproduct-container .advertisement-right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.systemproduct-layoutcontainer .systemproducts-subclass .systemproduct-container .advertisement-right.upper {
  margin-bottom: 14px;
}
.systemproduct-layoutcontainer .systemproducts-subclass .systemproduct-container .advertisement-right.lower {
  margin-top: 14px;
}
.systemproduct-layoutcontainer .systemproducts-subclass .systemproduct-container .advertisement-right .advertisement-right-position {
  background-size: cover;
  background-position: center;
  padding: 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.systemproduct-layoutcontainer .systemproducts-subclass .systemproduct-container .advertisement-right .advertisement-right-position .advertisement-right-title {
  font-size: 18px;
  color: var(--txtcl);
  font-weight: 600;
  line-height: 25px;
}
.systemproduct-layoutcontainer .systemproducts-subclass .systemproduct-container .advertisement-right .advertisement-right-position .advertisement-right-desc {
  font-size: 14px;
  font-weight: 400;
  color: #5b5b5b;
  margin: 12px 0;
  text-align: left;
}
.systemproduct-layoutcontainer .systemproducts-subclass .systemproduct-container .advertisement-right .advertisement-right-position .advertisement-right-button {
  height: 36px;
  padding: 0 24px;
  font-size: 14px;
  line-height: 34px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: 1px solid #fff;
  outline: 0 none;
  cursor: pointer;
  border-radius: 4px;
  background: var(--gradient3);
  color: #fff;
}
.systemproduct-layoutcontainer .systemproducts-subclass .systemproduct-container .advertisement-right .advertisement-right-position .advertisement-right-button:hover {
  background: var(--gradient1);
}
.systemproduct-layoutcontainer .systemproducts-subclass .systemproduct-container .advertisement-right :only-child {
  grid-column: 1/-1;
}

.solution-container {
  padding: 60px 0 100px;
}
.solution-container .solution-sidebar {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 40px;
}
.solution-container .solution-sidebar .sidebar-profile {
  max-width: var(--solutionleftwidth);
  min-width: var(--solutionleftwidth);
  min-height: 396px;
  margin-right: 20px;
  position: relative;
  display: none;
}
.solution-container .solution-sidebar .sidebar-profile.active {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.solution-container .solution-sidebar .sidebar-profile .sidebar-img {
  width: 100%;
  height: 100%;
  border-radius: var(--radius);
}
.solution-container .solution-sidebar .sidebar-profile .profile-position {
  position: absolute;
  bottom: 0;
  background-color: #fff;
  left: 10%;
  right: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}
.solution-container .solution-sidebar .sidebar-profile .profile-position .name {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 2px;
}
.solution-container .solution-sidebar .sidebar-profile .profile-position .title {
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}
.solution-container .solution-sidebar .sidebar-profile .social-links {
  position: absolute;
  top: 50%;
  right: -27px;
  background: #fff;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 5px;
}
.solution-container .solution-sidebar .sidebar-profile .social-links .social-link {
  font-size: 15px;
  color: #000;
  padding: 17px 20px;
}
.solution-container .solution-sidebar .sidebar-profile .social-links .social-link.whole span {
  padding-bottom: 6px;
  border-bottom: 2px solid var(--Original);
}
.solution-container .solution-sidebar .solution-main-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.solution-container .solution-sidebar .solution-main-content .main-option {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(74px, 1fr));
  grid-gap: 8px 16px;
}
.solution-container .solution-sidebar .solution-main-content .main-option .main-option-name {
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding: 10px 20px;
  color: #8d8d8d;
  border-radius: var(--radius);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  cursor: pointer;
  white-space: nowrap;
}
.solution-container .solution-sidebar .solution-main-content .main-option .main-option-name.active, .solution-container .solution-sidebar .solution-main-content .main-option .main-option-name:hover {
  border-bottom: 2px solid var(--Original);
  color: #fff;
  background: var(--gradient4);
}
.solution-container .solution-sidebar .solution-main-content .main-option-line {
  display: none;
}
.solution-container .solution-sidebar .solution-main-content .main-option-line.active {
  display: block;
}
.solution-container .solution-sidebar .solution-main-content .main-dashboard {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.solution-container .solution-sidebar .solution-main-content .main-dashboard .reviews {
  padding: 28px 0 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #efefef;
}
.solution-container .solution-sidebar .solution-main-content .main-dashboard .reviews span {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.solution-container .solution-sidebar .solution-main-content .solutionv-card-features {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
}
.solution-container .solution-sidebar .solution-main-content .solutionv-card-features li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 38px;
  font-size: 15px;
  font-weight: 400;
  color: #333;
  line-height: 32px;
}
.solution-container .solution-sidebar .solution-main-content .solutionv-card-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 28px;
  height: 28px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(../picture/remoteL16908183626354.svg);
  background-color: #fff;
  border-radius: 1%;
  box-shadow: 0px 8px 32px 0px rgba(218, 218, 218, 0.7);
}

.chooseUs-container {
  padding: 60px 0 100px;
}
.chooseUs-container .chooseUs-min-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.chooseUs-container .chooseUs-min-container .chooseUs-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.chooseUs-container .chooseUs-min-container .chooseUs-70 {
  width: 66.66%;
}
.chooseUs-container .chooseUs-min-container .chooseUs-30 {
  width: 33.33%;
}
.chooseUs-container .chooseUs-min-container .chooseUs-image {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-size: cover;
  background-position: 100%;
  background-repeat: no-repeat;
  transition: all 0.5s cubic-bezier(0.85, 0, 0.15, 1);
  transform-origin: center;
  border-radius: var(--radius);
}
.chooseUs-container .chooseUs-min-container .chooseUs-right,
.chooseUs-container .chooseUs-min-container .chooseUs-left {
  height: 252px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  margin-bottom: 48px;
  box-shadow: var(--global-shadow);
  border-radius: var(--radius);
}
.chooseUs-container .chooseUs-min-container .chooseUs-70:hover .chooseUs-image,
.chooseUs-container .chooseUs-min-container .chooseUs-30:hover .chooseUs-image {
  transform: scale(1.05);
}
.chooseUs-container .chooseUs-min-container .chooseUs-left {
  margin-right: 20px;
}
.chooseUs-container .chooseUs-min-container .chooseUs-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 100px 0 40px;
}
.chooseUs-container .chooseUs-min-container .chooseUs-content .chooseUs-title,
.chooseUs-container .chooseUs-min-container .chooseUs-content .chooseUs-30-title {
  font-size: 18px;
  color: var(--txtcl);
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 10px;
}
.chooseUs-container .chooseUs-min-container .chooseUs-content .chooseUs-desc,
.chooseUs-container .chooseUs-min-container .chooseUs-content .chooseUs-30--desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.chooseUs-container .chooseUs-min-container .chooseUs-content .chooseUs-desc span,
.chooseUs-container .chooseUs-min-container .chooseUs-content .chooseUs-30--desc span {
  font-size: 14px;
  color: var(--txtdesc);
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.chooseUs-container .chooseUs-min-container .chooseUs-content .chooseUs-button {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  background: #ffffff;
  border: 1px solid #eee;
  padding: 5px 16px;
  border-radius: var(--radius);
}
.chooseUs-container .chooseUs-min-container .chooseUs-content .chooseUs-button a {
  color: var(--Original);
}
.chooseUs-container .chooseUs-min-container .chooseUs-content .chooseUs-30-content {
  margin-top: 12px;
}
.chooseUs-container .chooseUs-min-container .chooseUs-content .chooseUs-30-content .chooseUs-product {
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  height: 32px;
  line-height: 32px;
  background-color: #fff;
  border-radius: 16px;
  padding: 0 14px 0 16px;
  margin-bottom: 20px;
  text-decoration: none;
}
.chooseUs-container .chooseUs-min-container .chooseUs-content .chooseUs-30-content .chooseUs-product a {
  color: var(--txtdesc);
}
.chooseUs-container .chooseUs-min-container .chooseUs-content .chooseUs-30-content .chooseUs-product:hover {
  background-color: #f7f9fd;
}
.chooseUs-container .chooseUs-min-container .chooseUs-content .chooseUs-30-content .chooseUs-product:hover a {
  color: var(--Original);
}
.chooseUs-container .chooseUs-min-container .chooseUs-content.white .chooseUs-title,
.chooseUs-container .chooseUs-min-container .chooseUs-content.white .chooseUs-30-title {
  color: #fff;
}
.chooseUs-container .chooseUs-min-container .chooseUs-content.white .chooseUs-desc span,
.chooseUs-container .chooseUs-min-container .chooseUs-content.white .chooseUs-30--desc span {
  color: #fff;
}
.chooseUs-container .chooseUs-min-container .chooseUs-content.white .chooseUs-button {
  background-color: rgba(247, 249, 253, 0.15);
  border: none;
}
.chooseUs-container .chooseUs-min-container .chooseUs-content.white .chooseUs-button a {
  color: rgba(255, 255, 255, 0.8);
}
.chooseUs-container .chooseUs-min-container .chooseUs-content.white .chooseUs-product {
  background-color: rgba(247, 249, 253, 0.15);
}
.chooseUs-container .chooseUs-min-container .chooseUs-content.white .chooseUs-product a {
  color: rgba(255, 255, 255, 0.8);
}
.chooseUs-container .chooseUs-min-container .chooseUs-row-a {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 42px;
  width: 100%;
}
.chooseUs-container .chooseUs-min-container .chooseUs-row-a .chooseUs-itme {
  height: 180px;
  background: #fff;
  border: 1px solid #E6E9EC;
  box-shadow: 0px 2px 7px 0px #F2F5F7;
  padding: 28px 38px 28px 26px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  cursor: pointer;
}
.chooseUs-container .chooseUs-min-container .chooseUs-row-a .chooseUs-itme:hover {
  box-shadow: 0 10px 20px 0 rgba(192, 205, 232, 0.3), 0 0 2px 0 rgba(37, 56, 108, 0.1);
  border: 1px solid var(--Original);
}
.chooseUs-container .chooseUs-min-container .chooseUs-row-a .chooseUs-itme .chooseUs-itme-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.chooseUs-container .chooseUs-min-container .chooseUs-row-a .chooseUs-itme .chooseUs-itme-main .chooseUs-itme-title {
  font-size: 18px;
  color: var(--txtcl);
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 10px;
}
.chooseUs-container .chooseUs-min-container .chooseUs-row-a .chooseUs-itme .chooseUs-itme-main .chooseUs-itme-desc {
  font-size: 14px;
  color: var(--txtdesc);
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 10px;
}
.chooseUs-container .chooseUs-min-container .chooseUs-row-a .chooseUs-itme .chooseUs-itme-main .chooseUs-itme-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.chooseUs-container .chooseUs-min-container .chooseUs-row-a .chooseUs-itme .chooseUs-itme-main .chooseUs-itme-label .chooseUs-itme-tag {
  font-size: 12px;
  border: 1px solid #f1f2f5;
  color: #000;
  font-weight: 400;
  line-height: 20px;
  padding: 2px 8px;
}
.chooseUs-container .chooseUs-min-container .chooseUs-row-a .chooseUs-itme .chooseUs-itme-icon {
  width: auto;
  height: 88px;
}
.chooseUs-container .chooseUs-min-container .chooseUs-row-a .chooseUs-itme .chooseUs-itme-icon img {
  width: 100%;
  height: 100%;
}

.comprehensive-container {
  padding: 60px 0 100px;
  --newsblock: #fff;
  --newsheight: 339px;
  --newsshadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.comprehensive-container .comprehensive-news-container {
  display: flex;
}
.comprehensive-container .comprehensive-news-container .comprehensive-news-left {
  min-width: 318px;
  max-width: 318px;
  height: var(--newsheight);
}
.comprehensive-container .comprehensive-news-container .comprehensive-news-left.white .comprehensive-news-left-inner-title {
  color: #fff;
}
.comprehensive-container .comprehensive-news-container .comprehensive-news-left.white .comprehensive-news-left-inner-describe {
  color: #f1f1f1;
}
.comprehensive-container .comprehensive-news-container .comprehensive-news-left.white .comprehensive-news-left-inner-button {
  border: 1px solid #fbfcff;
}
.comprehensive-container .comprehensive-news-container .comprehensive-news-left-inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: var(--newsblock);
  background-image: url(../picture/remoteL17075739033142.png);
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 40px 30px;
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  cursor: pointer;
  box-shadow: var(--newsshadow);
}
.comprehensive-container .comprehensive-news-container .comprehensive-news-left-inner .comprehensive-news-left-inner-title {
  font-size: 17px;
  color: var(--txtcl);
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 20px;
}
.comprehensive-container .comprehensive-news-container .comprehensive-news-left-inner .comprehensive-news-left-inner-describe {
  font-size: 14px;
  color: var(--txtdesc);
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 10px;
}
.comprehensive-container .comprehensive-news-container .comprehensive-news-left-inner .comprehensive-news-left-inner-button {
  position: absolute;
  bottom: 48px;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  background: #ffffff;
  border: 1px solid var(--Original);
  padding: 3px 12px;
  width: fit-content;
}
.comprehensive-container .comprehensive-news-container .comprehensive-news-left-inner .comprehensive-news-left-inner-button a {
  color: var(--Original);
}
.comprehensive-container .comprehensive-news-container .comprehensive-news-right {
  flex-grow: 1;
  display: flex;
  margin-left: 20px;
}
.comprehensive-container .comprehensive-news-container .comprehensive-news-right-inner-left {
  height: var(--newsheight);
  min-width: 288px;
  max-width: 388px;
  display: flex;
  flex-direction: column;
}
.comprehensive-container .comprehensive-news-container .comprehensive-news-right-inner-left .comprehensive-news-activity {
  background-color: var(--newsblock);
  background-size: 100% 100%;
  box-sizing: border-box;
  color: #000;
  display: block;
  height: calc(var(--newsheight) / 2 - 5px);
  margin-bottom: 10px;
  padding: 30px 64px 0 30px;
  position: relative;
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--newsshadow);
  cursor: pointer;
}
.comprehensive-container .comprehensive-news-container .comprehensive-news-right-inner-left .comprehensive-news-activity:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
.comprehensive-container .comprehensive-news-container .comprehensive-news-right-inner-left .comprehensive-news-activity:hover .comprehensive-news-right-title {
  color: var(--Original);
}
.comprehensive-container .comprehensive-news-container .comprehensive-news-right-inner-left .comprehensive-news-activity .comprehensive-news-right-title {
  font-size: 16px;
  color: var(--txtcl);
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 10px;
}
.comprehensive-container .comprehensive-news-container .comprehensive-news-right-inner-left .comprehensive-news-activity .comprehensive-news-right-desc {
  font-size: 14px;
  color: var(--txtdesc);
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.comprehensive-container .comprehensive-news-container .comprehensive-news-right-inner-left .comprehensive-news-activity:nth-child(2) {
  margin-bottom: 0;
}
.comprehensive-container .comprehensive-news-container .comprehensive-news-right-inner {
  flex-grow: 1;
  margin-left: 20px;
  height: var(--newsheight);
  background-color: var(--newsblock);
  background-size: 100% 100%;
  border-radius: var(--radius);
  box-shadow: var(--newsshadow);
}
.comprehensive-container .comprehensive-news-container .comprehensive-news-right-inner .comprehensive-news-article-row {
  padding: 15px 30px 35px 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.comprehensive-container .comprehensive-news-container .comprehensive-news-right-inner .comprehensive-news-article-row .comprehensive-news-article-tab {
  display: flex;
  flex-direction: row;
  width: 100%;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}
.comprehensive-container .comprehensive-news-container .comprehensive-news-right-inner .comprehensive-news-article-row .comprehensive-news-article-tab .comprehensive-news-column {
  font-size: 16px;
  color: var(--txtcl);
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 10px;
  margin-right: 32px;
}
.comprehensive-container .comprehensive-news-container .comprehensive-news-right-inner .comprehensive-news-article-row .comprehensive-news-article-tab .comprehensive-news-column.active {
  color: var(--Original);
  border-bottom: 2px solid var(--Original);
}
.comprehensive-container .comprehensive-news-container .comprehensive-news-right-inner .comprehensive-news-article-row .comprehensive-news-article {
  width: 100%;
  padding: 10px 0 0;
}
.comprehensive-container .comprehensive-news-container .comprehensive-news-right-inner .comprehensive-news-article-row .comprehensive-news-article-container {
  display: none;
  padding-right: 20px;
  height: calc(var(--newsheight) - 75px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.comprehensive-container .comprehensive-news-container .comprehensive-news-right-inner .comprehensive-news-article-row .comprehensive-news-article-container.active {
  display: block;
}
.comprehensive-container .comprehensive-news-container .comprehensive-news-right-inner .comprehensive-news-article-row .comprehensive-news-article-container .news-article-container-item {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}
.comprehensive-container .comprehensive-news-container .comprehensive-news-right-inner .comprehensive-news-article-row .comprehensive-news-article-container .news-article-container-item .news-article-container-item-container {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: flex-end;
}
.comprehensive-container .comprehensive-news-container .comprehensive-news-right-inner .comprehensive-news-article-row .comprehensive-news-article-container .news-article-container-item .news-article-container-item-container .comprehensive-news-article-title {
  color: var(--txtcl);
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-right: 32px;
}
.comprehensive-container .comprehensive-news-container .comprehensive-news-right-inner .comprehensive-news-article-row .comprehensive-news-article-container .news-article-container-item .news-article-container-item-container .comprehensive-news-article-time {
  color: var(--txtcl);
  font-family: "code";
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 10px;
  white-space: nowrap;
}
.comprehensive-container .comprehensive-news-container .comprehensive-news-right-inner .comprehensive-news-article-row .comprehensive-news-article-container .news-article-container-item .news-article-container-item-container:hover .comprehensive-news-article-title {
  color: var(--Original);
}
.comprehensive-container .comprehensive-news-container.default .comprehensive-news-left {
  min-width: 358px;
  max-width: 358px;
  height: 468px;
}
.comprehensive-container .comprehensive-news-container.default * {
  font-family: "codeB";
}
.comprehensive-container .comprehensive-news-container.default .comprehensive-news-right .news-right-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.comprehensive-container .comprehensive-news-container.default .comprehensive-news-right .news-right-row .news-article-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px 30px;
  border-bottom: 1px solid #e4e4e4;
  width: 100%;
  transition: all 0.3s;
}
.comprehensive-container .comprehensive-news-container.default .comprehensive-news-right .news-right-row .news-article-item.active {
  padding-top: 27px;
  padding-bottom: 27px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.comprehensive-container .comprehensive-news-container.default .comprehensive-news-right .news-right-row .news-article-item.active .news-article-item-head .news-article-item-title span {
  display: block;
}
.comprehensive-container .comprehensive-news-container.default .comprehensive-news-right .news-right-row .news-article-item.active .news-article-item-desc {
  height: max-content;
}
.comprehensive-container .comprehensive-news-container.default .comprehensive-news-right .news-right-row .news-article-item .news-article-item-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.comprehensive-container .comprehensive-news-container.default .comprehensive-news-right .news-right-row .news-article-item .news-article-item-head .news-article-item-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.comprehensive-container .comprehensive-news-container.default .comprehensive-news-right .news-right-row .news-article-item .news-article-item-head .news-article-item-title span {
  display: none;
  color: var(--txtcl);
  font-weight: 500;
  margin-right: 6px;
  font-size: 12px;
  line-height: 24px;
  background: #ffffff;
  border: 1px solid var(--Original);
  padding: 3px 12px;
}
.comprehensive-container .comprehensive-news-container.default .comprehensive-news-right .news-right-row .news-article-item .news-article-item-head .news-article-item-title p {
  font-size: 16px;
  color: var(--txtcl);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.comprehensive-container .comprehensive-news-container.default .comprehensive-news-right .news-right-row .news-article-item .news-article-item-head .news-article-item-title p:hover {
  color: var(--Original);
}
.comprehensive-container .comprehensive-news-container.default .comprehensive-news-right .news-right-row .news-article-item .news-article-item-head .news-article-item-date {
  font-size: 14px;
  color: var(--txtdesc);
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 10px;
  white-space: nowrap;
}
.comprehensive-container .comprehensive-news-container.default .comprehensive-news-right .news-right-row .news-article-item .news-article-item-desc {
  display: flex;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
  height: 0;
  transition: height 0.3s;
}
.comprehensive-container .comprehensive-news-container.default .comprehensive-news-right .news-right-row .news-article-item .news-article-item-desc span {
  font-size: 14px;
  color: var(--txtdesc);
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 10px;
}
.comprehensive-container .comprehensive-news-container.default .comprehensive-news-right .news-right-row .news-article-item .news-article-item-desc i {
  font-size: 14px;
  color: var(--Original);
  font-weight: 400;
  line-height: 26px;
  margin-left: 20px;
}

.partners-container {
  --play: running;
  --direction: normal;
  --duration: 30s;
  --delay: 0s;
  --iteration-count: infinite;
  padding: var(--pcspacing);
}
.partners-container .partners-items-container {
  width: 100%;
}
.partners-container .partners-items-container .partners-list-container {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.partners-container .partners-items-container .partners-list-container .partners-item-container {
  flex: 0 0 auto;
  min-width: 100%;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.partners-container .partners-items-container .partners-list-container .partners-item-container:hover {
  --play: paused;
}
.partners-container .partners-items-container .partners-list-container .partners-item-container .partners-item-row {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.partners-container .partners-items-container .partners-list-container .partners-item-container .partners-item-row .partners-item-page {
  display: flex;
}
.partners-container .partners-items-container .partners-item {
  flex: 0 0 auto;
  width: var(--partners_blockWidth);
  height: var(--partners_blockHeight);
  padding-bottom: var(--partners_blockMargin);
  padding-right: var(--partners_blockMargin);
}
.partners-container .partners-items-container .partners-item .partners-item-img {
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  background: #fff;
  border-radius: var(--partners_blockradius);
}
.partners-container .partners-items-container .partners-item img {
  width: var(--partners_blockImageWidth);
  height: auto;
  max-height: var(--partners_blockMaxHeight);
  object-fit: fill;
  margin: auto;
}
.partners-container .partners-items-container .partners-list-container.blockborder .partners-item-img {
  border: 1px solid #eaf0fc;
}
.partners-container .partners-items-container .partners-list-container.blockshadow .partners-item-img {
  box-shadow: 0 2px 30px 0 #eaecf4;
}
.partners-container .partners-items-container .partners-list-container.block {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(var(--partners_blockWidth), 1fr));
  gap: var(--partners_blockMargin);
  align-items: stretch;
  height: fit-content;
}
.partners-container .partners-items-container .partners-list-container.block .partners-item {
  padding-bottom: 0;
  padding-right: 0;
}
.partners-container .partners-item-container::before, .partners-container .partners-item-container::after {
  background-image: -webkit-linear-gradient(left, var(--partners_after) 20%, rgba(235, 237, 240, 0));
  content: "";
  height: 100%;
  position: absolute;
  width: calc(var(--padding) + 120px);
  z-index: 2;
}
.partners-container .partners-item-container::before {
  left: calc(var(--padding) - var(--padding) - var(--padding));
  top: 0;
}
.partners-container .partners-item-container::after {
  right: calc(var(--padding) - var(--padding) - var(--padding));
  top: 0;
  transform: rotateZ(180deg);
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.network {
  padding: 60px 0 80px;
  height: fit-content;
  position: relative;
}
.network .network_container {
  position: relative;
  height: var(--mapHeight);
}
.network .network_container .feature-wrapper {
  position: absolute;
  top: 32px;
  left: 0;
  z-index: 2;
}
.network .network_container .feature-wrapper .feature-row {
  max-width: 400px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
.network .network_container .feature-wrapper .feature-row .feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}
.network .network_container .feature-wrapper .feature-row .feature-item .feature-title {
  font-size: 24px;
  color: var(--txtcl);
  font-weight: 600;
  line-height: 26px;
}
.network .network_container .feature-wrapper .feature-row .feature-item .feature-desc {
  font-size: 14px;
  color: var(--txtdesc);
  font-weight: 400;
  line-height: 26px;
}
.network .network_container .network_canvas {
  position: absolute;
  top: 0;
  right: -24px;
  height: 360px;
  overflow: hidden;
  z-index: 1;
}
.network .network_container .network_canvas canvas {
  background: transparent;
}
.network .network_footer {
  position: absolute;
  width: 100%;
  height: 132px;
  bottom: -40px;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  background-color: hsla(0, 0%, 100%, 0.9);
  backdrop-filter: blur(20px);
  background-image: url(../picture/remoteL17073198741987.webp);
  border-radius: 4px;
  bottom: -28px;
  box-shadow: 0 10px 20px 0 rgba(192, 205, 232, 0.3), 0 0 2px 0 rgba(37, 56, 108, 0.1);
}
.network .network_footer .network_footer_row {
  padding: 0 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.network .network_footer .certificate_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.network .network_footer .certificate_item .certificate_icon {
  width: var(--certificatewidth);
  height: var(--Certificateheight);
  background: #fff;
  border: 1px solid #f7f9fd;
  box-shadow: 0px 4px 20px 0px rgba(149, 181, 201, 0.11);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: var(--certificaterounded);
}
.network .network_footer .certificate_item .certificate_icon img {
  width: 100%;
  height: 100%;
}
.network .network_footer .certificate_item .certificate_title h1 {
  font-size: 14px;
  color: var(--txtdesc);
  font-weight: 400;
  line-height: 24px;
}

.sky-footer-container {
  width: 100%;
}
.sky-footer-container.footer_deep {
  background-color: #191c22;
}
.sky-footer-container.footer_deep .sky-footer-top {
  border-bottom: 1px solid #3a3a3a;
}
.sky-footer-container.footer_shallow {
  background-color: #f5f7fa;
}
.sky-footer-container.footer_shallow .sky-footer-top {
  border-bottom: 1px solid #e4e4e4;
}
.sky-footer-container.footer_shallow .sky-footer-title,
.sky-footer-container.footer_shallow .sky-footer-left-itme,
.sky-footer-container.footer_shallow .sky-footer-left-itme a,
.sky-footer-container.footer_shallow .sky-footer-nav-heading,
.sky-footer-container.footer_shallow .sky-footer-links a,
.sky-footer-container.footer_shallow .sky-footer-nav-item a:hover {
  color: #000 !important;
}
.sky-footer-container.footer_shallow .sky-footer-info,
.sky-footer-container.footer_shallow .sky-footer-links {
  border-top: 1px solid #e4e4e4 !important;
}
.sky-footer-container .sky-footer-top {
  align-items: center;
  border-bottom: 1px solid #dde2e9;
  display: flex;
  height: 80px;
  justify-content: space-between;
}
.sky-footer-container .sky-footer-top .sky-footer-block {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  gap: 6px;
}
.sky-footer-container .sky-footer-top .sky-footer-block .sky-footer-icon {
  width: 38px;
  height: 38px;
  filter: var(--footer_filter);
}
.sky-footer-container .sky-footer-top .sky-footer-block .sky-footer-title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.sky-footer-container .sky-footer-main {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  align-items: stretch;
  gap: 20px;
}
.sky-footer-container .sky-footer-main .sky-footer-left {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  min-width: 400px;
}
.sky-footer-container .sky-footer-main .sky-footer-left .sky-footer-left-logo {
  margin-bottom: 14px;
}
.sky-footer-container .sky-footer-main .sky-footer-left .sky-footer-left-logo img {
  width: auto;
  height: var(--PcLogo);
}
.sky-footer-container .sky-footer-main .sky-footer-left .sky-footer-companyInformation {
  margin: 10px 0;
}
.sky-footer-container .sky-footer-main .sky-footer-left .sky-footer-address, .sky-footer-container .sky-footer-main .sky-footer-left .sky-footer-copy {
  font-size: 14px;
  color: #5e646e;
  font-weight: 500;
}
.sky-footer-container .sky-footer-main .sky-footer-left .sky-footer-address {
  margin-bottom: 5px;
}
.sky-footer-container .sky-footer-main .sky-footer-left .sky-footer-left-itme {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 23px;
  margin-top: 2px;
  display: flex;
  align-items: center;
  align-items: center;
}
.sky-footer-container .sky-footer-main .sky-footer-left .sky-footer-left-itme a {
  color: #fff;
}
.sky-footer-container .sky-footer-main .sky-footer-left .sky-footer-left-itme a:hover {
  color: #5e646e;
  text-decoration: underline;
}
.sky-footer-container .sky-footer-main .sky-footer-left .sky-footer-socials {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 16px;
  margin-top: 10px;
}
.sky-footer-container .sky-footer-main .sky-footer-left .sky-footer-socials .sky-footer-ewm {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.sky-footer-container .sky-footer-main .sky-footer-left .sky-footer-socials .sky-footer-ewm img {
  width: 92px;
  height: 92px;
  border-radius: 1px;
  background: #fff;
  padding: 4px;
  opacity: 0.93;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}
.sky-footer-container .sky-footer-main .sky-footer-left .sky-footer-socials .sky-footer-ewm .sky-footer-ewm-title {
  font-size: 14px;
  color: #5e646e;
  margin-top: 4px;
}
.sky-footer-container .sky-footer-main .sky-footer-right {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 60px;
}
.sky-footer-container .sky-footer-main .sky-footer-right .sky-footer-nav-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.sky-footer-container .sky-footer-main .sky-footer-right .sky-footer-nav-row .sky-footer-nav-heading {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
.sky-footer-container .sky-footer-main .sky-footer-right .sky-footer-nav-row .sky-footer-nav-item {
  margin-bottom: 14px;
}
.sky-footer-container .sky-footer-main .sky-footer-right .sky-footer-nav-row .sky-footer-nav-item a {
  font-size: 14px;
  font-weight: 500;
  color: #5e646e;
}
.sky-footer-container .sky-footer-main .sky-footer-right .sky-footer-nav-row .sky-footer-nav-item a:hover {
  color: #fff;
  text-decoration: underline;
}
.sky-footer-container .sky-footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
}
.sky-footer-container .sky-footer-bottom .sky-footer-links {
  border-top: 1px solid #303339;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  padding: 15px 0;
  width: 100%;
}
.sky-footer-container .sky-footer-bottom .sky-footer-links a {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}
.sky-footer-container .sky-footer-bottom .sky-footer-links a:hover {
  color: #5e646e;
}
.sky-footer-container .sky-footer-bottom .sky-footer-info {
  border-top: 1px solid #303339;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
  padding: 10px 0;
  width: 100%;
}
.sky-footer-container .sky-footer-bottom .sky-footer-info .info-copyright {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px 20px;
}
.sky-footer-container .sky-footer-bottom .sky-footer-info .info-copyright .filing-itme {
  display: flex;
  align-items: center;
  gap: 6px;
}
.sky-footer-container .sky-footer-bottom .sky-footer-info .info-copyright .filing-itme .filing-icon {
  width: 20px;
  height: 20px;
}
.sky-footer-container .sky-footer-bottom .sky-footer-info .info-copyright .filing-itme .filing-title {
  font-size: 14px;
  color: #5e646e;
  font-weight: 500;
}

/*# sourceMappingURL=module.css.map */
